home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_runner_2.swf / scripts / frame_37 / PlaceObject2_36_23 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-01-12  |  192b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero.springa.leg) or this.hitTest(_root.hero.stilla.leg))
  3.    {
  4.       _root.hero._y = this._y;
  5.       _root.hero.platform = "on";
  6.    }
  7. }
  8.